home *** CD-ROM | disk | FTP | other *** search
- Short: C tools: ccb flist hdrtag toproto
- Type: dev/c
- Uploader: cec@gryphon.gsfc.nasa.gov
- Author: cec@gryphon.gsfc.nasa.gov
-
- ccb Dr. Chip's C Beautifier program. Places source code in Dr. Chip's
- preferred indentation style. ccb's indentation methods can be customized
- via options. Binary only, freeware. Author: Dr. Charles E. Campbell, Jr.
-
- flist flist generates lists of functions from either C or C++ files. The lists
- may optionally be in the form of prototypes, extern style (old K&R),
- restricted to global/static functions, and made suitable for inclusion into
- comments; flist can generate <tags> files, too, and merge them with
- <hdrtags> files. Handles both C and C++. Binary only, freeware.
- Author: Charles E. Campbell, Jr., Ph.D.
-
- hdrtag ViM and Z support tags; now hdrtags will process header files so
- one can tag to structure names, typedefs, #define labels, and enumerated
- types. Entire hierarchies of header files can be tagged (include:), too.
- See flist for generating merged hdrtags and tags files. Handles both
- C and C++. Binary only, freeware. Author: Charles E. Campbell, Jr., Ph.D.
-
- toproto The toproto program converts source code to and from old K&R style
- to the new prototype-using style. It converts to and from the old
- <varargs.h> style to <stdarg.h> style, too. Binary only, freeware.
- Author: Charles E. Campbell, Jr., Ph.D.
-